PDF Plugin for Xojo

Outline.SetDestination Method (console safe)

Sets destination of the outline

SetDestination(
   target as Destination)

Parameters

target
The destination object. If this parameter is nil then this method will do nothing.

Remarks

The destination object must belong to same PDF document, if it does not then this method will do nothing.

See Also

Outline Class